home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / include / orbit-1.0 / ORBitutil / compat.h < prev    next >
Encoding:
C/C++ Source or Header  |  2005-10-20  |  211 b   |  9 lines

  1. #ifndef ORBITUTIL_COMPAT_H
  2. #define ORBITUTIL_COMPAT_H 1
  3. #include <sys/types.h>
  4. #include <sys/uio.h>
  5.  
  6. int g_writev(int fd, const struct  iovec *  vector,  size_t count);
  7.  
  8. #endif /*#define ORBITUTIL_COMPAT_H 1 */
  9.